-
1 input/output ports
порты ввода/вывода -
2 input/output ports
порты ввода/выводаThe New English-Russian Dictionary of Radio-electronics > input/output ports
-
3 exchange input and output ports
входные и выходные точки станции
—
[ http://www.iks-media.ru/glossary/index.html?glossid=2400324]Тематики
- электросвязь, основные понятия
EN
Англо-русский словарь нормативно-технической терминологии > exchange input and output ports
-
4 port
1) плечо (напр. моста)2) пара полюсов3) вход; выход5) вчт порт•- audio output port
- balanced port
- Bi-Di port
- bidirectional port
- built-in mouse port
- Centronics port
- COM port
- communication port
- conjugate ports
- daisy-chainable port
- difference port
- digital port
- downstream port
- E-port
- enhanced bidirectional port
- enhanced parallel port - feed port
- floating port
- H-port
- infrared port
- input port
- input/output ports
- internally terminated port
- linear printer port
- locked port
- LPT port
- MIDI port
- MIDI/Game port
- motherboard mouse port
- mouse port - output port
- parallel port
- PS/2 port
- serial port
- serial input/output port
- standard parallel port
- sum port
- system port
- telephone service port
- test access port
- type 1 parallel port
- type 3 DMA parallel port
- unbalanced port
- upstream port
- view port
- well-known port -
5 port
1) плечо (напр. моста)2) пара полюсов3) вход; выход5) вчт. порт•- accelerated graphics port
- analog port
- audio output port
- balanced port
- Bi-Di port
- bidirectional port
- built-in mouse port
- Centronics port
- COM port
- communication port
- conjugate ports
- daisy-chainable port
- difference port
- digital port
- downstream port
- enhanced bidirectional port
- enhanced parallel port
- E-port
- extended capability port
- fault detection port
- feed port
- floating port
- H-port
- infrared port
- input port
- input/output ports
- internally terminated port
- linear printer port
- locked port
- LPT port linear printer port
- MIDI port
- MIDI/Game port
- motherboard mouse port
- mouse port
- multichannel buffered serial port
- network service port
- output port
- parallel port
- PS/2 port
- serial input/output port
- serial port
- standard parallel port
- sum port
- system port
- telephone service port
- test access port
- type 1 parallel port
- type 3 DMA parallel port
- unbalanced port
- upstream port
- view port
- well-known portThe New English-Russian Dictionary of Radio-electronics > port
-
6 port
1) порт, гавань2) (лац)порт3) мор., возд. левый борт4) аэропорт5) канал; проход6) отверстие; окно7) головка (мартеновской печи, горелки)9) мн. ч. пламенные окна ( регенеративной печи)10) эл. плечо (напр. моста)11) эл. пара полюсов•-
access port
-
admission port
-
aft docking port
-
air port
-
bidirectional port
-
bleed port
-
buffered port
-
bypass port
-
calibrated port
-
central gas port
-
charging port
-
clearing port
-
command port
-
communication port
-
connecting port
-
cyclonic port
-
cylinder port
-
dam port
-
data port
-
delivery port
-
discharge port
-
docking port
-
drain port
-
electric port
-
entrance port
-
entry port
-
exhaust port
-
experimental port
-
filter back-flush port
-
fluid port
-
flushing port
-
forward docking port
-
freeing port
-
fuel port
-
gas port
-
gathering port
-
glove port
-
helical port
-
helm port
-
high-swirl inlet port
-
induction port
-
inland-waterway port
-
inlet port
-
input port
-
input/output port
-
intake port
-
kidney-shaped port
-
laterally docking port
-
light port
-
longitudinal docking port
-
oil port
-
oil suction port
-
optical port
-
optic port
-
outlet port
-
output port
-
parallel port
-
pipe-type port
-
plain O ring port
-
radially docking port
-
restricting port
-
rudder port
-
scavenge port
-
serial port
-
shared port
-
siamesed ports
-
side and deck port
-
side port
-
sight port
-
skirted port
-
sluice port
-
suction port
-
swirl port
-
tank port
-
tapped drain port
-
terminal port
-
water inlet port -
7 port
1) порт ( многоразрядный вход или выход устройства) || подсоединять через порт2) порт (абстракция, используемая транспортными интернет-протоколами для обозначения многочисленных одновременных соединений с единственным хостом-адресатом, см. также selector)3) переносить (напр., программу с одной машины на другую)4) двухполюсник•- buffered port
- built-in port
- callee port
- caller port
- command port
- communication port
- contoured port
- data port
- docking port
- dual ports
- flared port
- general-purpose port
- input port
- input/output port
- kernel port
- latched port
- multifunctional port
- N-bit port
- network port
- nonshared port
- optical port
- output port
- parallel port
- passthrough port
- ring port
- serial access port
- serial port
- software port
- terminal port
- unlatched portEnglish-Russian dictionary of computer science and programming > port
-
8 memory-mapped I/O
= I/O mappingввод-вывод с отображением [портов] в (на) ОЗУ (на выделенные адреса главной памяти)способ организации взаимодействия процессора с внешним устройством, при котором регистры (порты) ввода-вывода устройства представляются для программиста обычными ячейками оперативной памяти с фиксированными адресами, которые жёстко закреплены за каждым устройством. Не требует наличия специальных команд ввода-вывода - чтение из такой ячейки соответствует вводу, а запись в неё - выводу данных из ЦП, при этом данные без лишних пересылок могут обрабатываться ЦП непосредственно в ячейке. Недостаток метода - необходимость резервирования части адресного пространства памяти под регистры (порты) ввода-вывода и обеспечение возможности прямого доступа контроллера устройства к шине памяти (memory bus). Такой ввод-вывод широко использовался в микропроцессорах и мини-ЭВМ корпорации DEC и совместимых с ними. Сейчас встречается в МП корпорации Motorola для встраиваемых систем. Альтернативный более распространённый и более простой способ - ввод-вывод через выделенное адресное пространство портов ввода-вывода (I/O space).Microcontroller ports are usually memory-mapped and can therefore be used like any other memory location. — Порты микроконтроллера обычно отображаются на ОЗУ и следовательно могут использоваться как любая другая ячейка памяти см. тж. address space, input-output mapping, memory-mapped device
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > memory-mapped I/O
-
9 port
1) портустройство (интерфейс), с помощью которого компьютер соединяется с периферией (например, последовательный порт, параллельный порт и т. д.) для выполнения операций ввода-вывода. Порт может быть входным, выходным или тем и другим в зависимости от значения специального флага (регистра) направления пересылки данныхсм. тж. AGP, backbone port, bidirectional port, COM port, designated port, downlink port, dual-port, ECP, EPP, FIR port, game port, infrared port, input-output port, keyboard port, line port, L-port, MIDI port, monitor port, mouse port, network port, parallel port, port conflict, port expander, port mirroring, port replicator, port scanning, port switching, printer port, PS/2 port, serial port, uplink port, user port2) порт, номер портауникальный номер, используемый для идентификации устройства ввода-вывода или его регистров3) см. port number4) глаг. переноситьадаптировать программы с компьютеров одного вида (платформы) для работы на другомАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > port
См. также в других словарях:
Input/output completion port — IOCP redirects here. For the program on IBM mainframes, see Input/Output Configuration Program. Input/Output Completion Port (IOCP) is an API for performing multiple simultaneous asynchronous input/output operations in Windows NT versions 3.5 and … Wikipedia
Input/Output Base Address — In x86 architecture, an input/output base address is a base address used for an I/O port.Common I/O Base Address Device Assignments in IBM PC compatible computersNote: For many devices listed above the assignments are only defaults which can be… … Wikipedia
Programmed input/output — (PIO) is a method of transferring data between the CPU and a peripheral such as a network adapter or an ATA storage device. In general, programmed I/O happens when software running on the CPU uses instructions that access I/O address space to… … Wikipedia
General Purpose Input/Output — Une carte GPIO Les ports GPIO (General Purpose Input/Output, c est à dire entrée/sortie pour un usage général) sont des ports d entrée/sortie très utilisés dans le monde des microcontrôleurs, en particulier dans le domaine de l électronique… … Wikipédia en Français
Basic Input-Output System — Pour l’article homonyme, voir BIOS. Le Basic Input Output System ou BIOS (système élémentaire d entrée/sortie) est, au sens strict, un ensemble de fonctions, contenu dans la mémoire morte (ROM) de la carte mère d un ordinateur lui… … Wikipédia en Français
Basic input output system — Pour l’article homonyme, voir BIOS. Le Basic Input Output System ou BIOS (système élémentaire d entrée/sortie) est, au sens strict, un ensemble de fonctions, contenu dans la mémoire morte (ROM) de la carte mère d un ordinateur lui… … Wikipédia en Français
Basic Input Output System — Pour l’article homonyme, voir BIOS. Le Basic Input Output System (BIOS, en français : « système élémentaire d entrée/sortie ») est, au sens strict, un ensemble de fonctions, contenu dans la mémoire morte (ROM) de la… … Wikipédia en Français
Output device — An output device is any piece of computer hardware equipment used to communicate the results of data processing carried out by an information processing system (such as a computer) to the outside world. In computing, input/output, or I/O, refers… … Wikipedia
Output lag — is a phenomenon associated with some types of LCD displays, and nearly all types of HDTVs, that refers to latency, or lag measured by the difference between the time a signal is output into a display and the time it is shown by the display. This… … Wikipedia
Input device — In computing, an input device is any peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or other information appliance. Input and output devices make… … Wikipedia
Lego Mindstorms — The LEGO Mindstorm series of kits contain software and hardware to create small, customizable and programmable robots. They include a programmable Brick computer that controls the system, a set of modular sensors and motors, and LEGO parts from… … Wikipedia